Html Css Color HEX #12501F Crusoe

📋 copy color: '#12501F'

red 18 ◦ green 80 ◦ blue 31

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

Shades of Crusoe #12501F

Tints of Crusoe #12501F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 62.02%

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

R = 13.95%
G = 62.02%
B = 24.03%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#12501F (or 0x12501F) is known color: Crusoe. HEX triplet: 12, 50 and 1F. RGB value is (18,80,31). Sum of RGB (Red+Green+Blue) = 18+80+31=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 80 (31.64% from 255 or 62.02% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 80 - color contains mainly: green. Hex color #12501F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12501F is #EDAFE0. Grayscale: #383838. Windows color (decimal): -15577057 or 2052114. OLE color: 2052114.

HSL color Cylindrical-coordinate representation of color #12501F: hue angle of 132.58º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12501F is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 80 31 -
CMYK 0.78 0 0.61 0.69
HSL 132.58º 0.63% 0.19% -
HSV(B) 132.58º 0.78% 0.31% -
XYZ 3.37 5.96 2.27 -
YUV 55.88 113.96 100.98 -
System Red Green Blue C M Y K H S L
Decimal 18 80 31 0.78 0 0.61 0.69 132.58 0.63 0.19
Hex 12 50 1F 4E 0 3D 45 85 3F 13
Octal 22 120 37 116 0 75 105 205 77 23
Binary 10010 1010000 11111 1001110 0 111101 1000101 10000101 111111 10011

Color Harmonies of #12501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12501F

Black with #12501F

Text Example


Text Example

White with #12501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12501F; }

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

 H1.HeaderClassName
 {
   color: #12501F;
 }
 .AnyTagClassName
 {
   color: #12501F;
 }
</style>

background-color css

<style>
 a { background-color: #12501F; }

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

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

border-color css

<style>
 span { border-color: #12501F; }

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

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