Html Css Color HEX #125C1F Crusoe

📋 copy color: '#125C1F'

red 18 ◦ green 92 ◦ blue 31

#125C1F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #125C1F

Tints of Crusoe #125C1F

RGB

 RED value IS 18 (7.42% from 255) = 12.77%

 GREEN value IS 92 (36.33% from 255) = 65.25%

 BLUE value IS 31 (12.5% from 255) = 21.99%

R = 12.77%
G = 65.25%
B = 21.99%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.66

 K value IS 0.64

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#125C1F (or 0x125C1F) is known color: Crusoe. HEX triplet: 12, 5C and 1F. RGB value is (18,92,31). Sum of RGB (Red+Green+Blue) = 18+92+31=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 92 (36.33% from 255 or 65.25% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 92 - color contains mainly: green. Hex color #125C1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125C1F is #EDA3E0. Grayscale: #3F3F3F. Windows color (decimal): -15573985 or 2055186. OLE color: 2055186.

HSL color Cylindrical-coordinate representation of color #125C1F: hue angle of 130.54º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125C1F is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 92 31 -
CMYK 0.80 0 0.66 0.64
HSL 130.54º 0.67% 0.22% -
HSV(B) 130.54º 0.8% 0.36% -
XYZ 4.32 7.88 2.59 -
YUV 62.92 109.98 95.96 -
System Red Green Blue C M Y K H S L
Decimal 18 92 31 0.80 0 0.66 0.64 130.54 0.67 0.22
Hex 12 5C 1F 50 0 42 40 83 43 16
Octal 22 134 37 120 0 102 100 203 103 26
Binary 10010 1011100 11111 1010000 0 1000010 1000000 10000011 1000011 10110

Color Harmonies of #125C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125C1F

Black with #125C1F

Text Example


Text Example

White with #125C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125C1F; }

 p { color: rgb(18,92,31); }

 H1.HeaderClassName
 {
   color: #125C1F;
 }
 .AnyTagClassName
 {
   color: #125C1F;
 }
</style>

background-color css

<style>
 a { background-color: #125C1F; }

 a { background-color: rgb(18,92,31); }

 div.DivClassName
 {
   background-color: #125C1F;
 }
 .BgClassName
 {
   background-color: #125C1F;
 }
</style>

border-color css

<style>
 span { border-color: #125C1F; }

 span { border-color: rgb(18,92,31); }

 td.TdClassName
 {
   border-color: #125C1F;
 }
 .TagClassName
 {
   border-color: #125C1F;
 }
</style>