Html Css Color HEX #24380A Pine Tree

📋 copy color: '#24380A'

red 36 ◦ green 56 ◦ blue 10

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

Shades of Pine Tree #24380A

Tints of Pine Tree #24380A

RGB

 RED value IS 36 (14.45% from 255) = 35.29%

 GREEN value IS 56 (22.27% from 255) = 54.9%

 BLUE value IS 10 (4.3% from 255) = 9.8%

R = 35.29%
G = 54.9%
B = 9.8%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#24380A (or 0x24380A) is known color: Pine Tree. HEX triplet: 24, 38 and 0A. RGB value is (36,56,10). Sum of RGB (Red+Green+Blue) = 36+56+10=102 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.29% from 102); Green value is 56 (22.27% from 255 or 54.90% from 102); Blue value is 10 (4.30% from 255 or 9.80% from 102); Max value from RGB is 56 - color contains mainly: green. Hex color #24380A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24380A is #DBC7F5. Grayscale: #2C2C2C. Windows color (decimal): -14403574 or 669732. OLE color: 669732.

HSL color Cylindrical-coordinate representation of color #24380A: hue angle of 86.09º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24380A is Cyan = 0.36, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB 36 56 10 -
CMYK 0.36 0 0.82 0.78
HSL 86.09º 0.7% 0.13% -
HSV(B) 86.09º 0.82% 0.22% -
XYZ 2.2 3.23 0.79 -
YUV 44.78 108.37 121.74 -
System Red Green Blue C M Y K H S L
Decimal 36 56 10 0.36 0 0.82 0.78 86.09 0.7 0.13
Hex 24 38 A 24 0 52 4E 56 46 D
Octal 44 70 12 44 0 122 116 126 106 15
Binary 100100 111000 1010 100100 0 1010010 1001110 1010110 1000110 1101

Color Harmonies of #24380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24380A

Black with #24380A

Text Example


Text Example

White with #24380A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24380A; }

 p { color: rgb(36,56,10); }

 H1.HeaderClassName
 {
   color: #24380A;
 }
 .AnyTagClassName
 {
   color: #24380A;
 }
</style>

background-color css

<style>
 a { background-color: #24380A; }

 a { background-color: rgb(36,56,10); }

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

border-color css

<style>
 span { border-color: #24380A; }

 span { border-color: rgb(36,56,10); }

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