Html Css Color HEX #12502B Crusoe

📋 copy color: '#12502B'

red 18 ◦ green 80 ◦ blue 43

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

Shades of Crusoe #12502B

Tints of Crusoe #12502B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 30.5%

R = 12.77%
G = 56.74%
B = 30.5%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#12502B (or 0x12502B) is known color: Crusoe. HEX triplet: 12, 50 and 2B. RGB value is (18,80,43). Sum of RGB (Red+Green+Blue) = 18+80+43=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 80 (31.64% from 255 or 56.74% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 80 - color contains mainly: green. Hex color #12502B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12502B is #EDAFD4. Grayscale: #393939. Windows color (decimal): -15577045 or 2838546. OLE color: 2838546.

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

Color convert

RGB 18 80 43 -
CMYK 0.78 0 0.46 0.69
HSL 144.19º 0.63% 0.19% -
HSV(B) 144.19º 0.78% 0.31% -
XYZ 3.55 6.04 3.26 -
YUV 57.24 119.96 100.01 -
System Red Green Blue C M Y K H S L
Decimal 18 80 43 0.78 0 0.46 0.69 144.19 0.63 0.19
Hex 12 50 2B 4E 0 2E 45 90 3F 13
Octal 22 120 53 116 0 56 105 220 77 23
Binary 10010 1010000 101011 1001110 0 101110 1000101 10010000 111111 10011

Color Harmonies of #12502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12502B

Black with #12502B

Text Example


Text Example

White with #12502B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12502B; }

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

 H1.HeaderClassName
 {
   color: #12502B;
 }
 .AnyTagClassName
 {
   color: #12502B;
 }
</style>

background-color css

<style>
 a { background-color: #12502B; }

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

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

border-color css

<style>
 span { border-color: #12502B; }

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

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