Html Css Color HEX #12651D Crusoe

📋 copy color: '#12651D'

red 18 ◦ green 101 ◦ blue 29

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

Shades of Crusoe #12651D

Tints of Crusoe #12651D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 68.24%

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

R = 12.16%
G = 68.24%
B = 19.59%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.71

 K value IS 0.60

RGB Variations

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

Color information

#12651D (or 0x12651D) is known color: Crusoe. HEX triplet: 12, 65 and 1D. RGB value is (18,101,29). Sum of RGB (Red+Green+Blue) = 18+101+29=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 101 (39.84% from 255 or 68.24% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 101 - color contains mainly: green. Hex color #12651D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12651D is #ED9AE2. Grayscale: #444444. Windows color (decimal): -15571683 or 1926418. OLE color: 1926418.

HSL color Cylindrical-coordinate representation of color #12651D: hue angle of 127.95º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12651D is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 101 29 -
CMYK 0.82 0 0.71 0.60
HSL 127.95º 0.7% 0.23% -
HSV(B) 127.95º 0.82% 0.4% -
XYZ 5.12 9.52 2.73 -
YUV 67.98 106 92.35 -
System Red Green Blue C M Y K H S L
Decimal 18 101 29 0.82 0 0.71 0.60 127.95 0.7 0.23
Hex 12 65 1D 52 0 47 3C 80 46 17
Octal 22 145 35 122 0 107 74 200 106 27
Binary 10010 1100101 11101 1010010 0 1000111 111100 10000000 1000110 10111

Color Harmonies of #12651D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12651D

Black with #12651D

Text Example


Text Example

White with #12651D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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