Html Css Color HEX #12501D Crusoe

📋 copy color: '#12501D'

red 18 ◦ green 80 ◦ blue 29

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

Shades of Crusoe #12501D

Tints of Crusoe #12501D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 22.83%

R = 14.17%
G = 62.99%
B = 22.83%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#12501D (or 0x12501D) is known color: Crusoe. HEX triplet: 12, 50 and 1D. RGB value is (18,80,29). Sum of RGB (Red+Green+Blue) = 18+80+29=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 80 (31.64% from 255 or 62.99% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 80 - color contains mainly: green. Hex color #12501D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12501D is #EDAFE2. Grayscale: #373737. Windows color (decimal): -15577059 or 1921042. OLE color: 1921042.

HSL color Cylindrical-coordinate representation of color #12501D: hue angle of 130.65º 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 #12501D is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 80 29 -
CMYK 0.78 0 0.64 0.69
HSL 130.65º 0.63% 0.19% -
HSV(B) 130.65º 0.78% 0.31% -
XYZ 3.34 5.95 2.14 -
YUV 55.65 112.96 101.15 -
System Red Green Blue C M Y K H S L
Decimal 18 80 29 0.78 0 0.64 0.69 130.65 0.63 0.19
Hex 12 50 1D 4E 0 40 45 83 3F 13
Octal 22 120 35 116 0 100 105 203 77 23
Binary 10010 1010000 11101 1001110 0 1000000 1000101 10000011 111111 10011

Color Harmonies of #12501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12501D

Black with #12501D

Text Example


Text Example

White with #12501D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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