Html Css Color HEX #182A01 Pine Tree

📋 copy color: '#182A01'

red 24 ◦ green 42 ◦ blue 1

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

Shades of Pine Tree #182A01

Tints of Pine Tree #182A01

RGB

 RED value IS 24 (9.77% from 255) = 35.82%

 GREEN value IS 42 (16.8% from 255) = 62.69%

 BLUE value IS 1 (0.78% from 255) = 1.49%

R = 35.82%
G = 62.69%
B = 1.49%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.98

 K value IS 0.84

RGB Variations

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

Color information

#182A01 (or 0x182A01) is known color: Pine Tree. HEX triplet: 18, 2A and 01. RGB value is (24,42,1). Sum of RGB (Red+Green+Blue) = 24+42+1=67 (8% of max value = 765). Red value is 24 (9.77% from 255 or 35.82% from 67); Green value is 42 (16.80% from 255 or 62.69% from 67); Blue value is 1 (0.78% from 255 or 1.49% from 67); Max value from RGB is 42 - color contains mainly: green. Hex color #182A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182A01 is #E7D5FE. Grayscale: #202020. Windows color (decimal): -15193599 or 76312. OLE color: 76312.

HSL color Cylindrical-coordinate representation of color #182A01: hue angle of 86.34º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #182A01 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB 24 42 1 -
CMYK 0.43 0 0.98 0.84
HSL 86.34º 0.95% 0.08% -
HSV(B) 86.34º 0.98% 0.16% -
XYZ 1.21 1.85 0.32 -
YUV 31.94 110.54 122.33 -
System Red Green Blue C M Y K H S L
Decimal 24 42 1 0.43 0 0.98 0.84 86.34 0.95 0.08
Hex 18 2A 1 2B 0 62 54 56 5F 8
Octal 30 52 1 53 0 142 124 126 137 10
Binary 11000 101010 1 101011 0 1100010 1010100 1010110 1011111 1000

Color Harmonies of #182A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182A01

Black with #182A01

Text Example


Text Example

White with #182A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182A01; }

 p { color: rgb(24,42,1); }

 H1.HeaderClassName
 {
   color: #182A01;
 }
 .AnyTagClassName
 {
   color: #182A01;
 }
</style>

background-color css

<style>
 a { background-color: #182A01; }

 a { background-color: rgb(24,42,1); }

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

border-color css

<style>
 span { border-color: #182A01; }

 span { border-color: rgb(24,42,1); }

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