Html Css Color HEX #232F09 Pine Tree

📋 copy color: '#232F09'

red 35 ◦ green 47 ◦ blue 9

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

Shades of Pine Tree #232F09

Tints of Pine Tree #232F09

RGB

 RED value IS 35 (14.06% from 255) = 38.46%

 GREEN value IS 47 (18.75% from 255) = 51.65%

 BLUE value IS 9 (3.91% from 255) = 9.89%

R = 38.46%
G = 51.65%
B = 9.89%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.81

 K value IS 0.82

RGB Variations

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

Color information

#232F09 (or 0x232F09) is known color: Pine Tree. HEX triplet: 23, 2F and 09. RGB value is (35,47,9). Sum of RGB (Red+Green+Blue) = 35+47+9=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 47 (18.75% from 255 or 51.65% from 91); Blue value is 9 (3.91% from 255 or 9.89% from 91); Max value from RGB is 47 - color contains mainly: green. Hex color #232F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232F09 is #DCD0F6. Grayscale: #272727. Windows color (decimal): -14471415 or 601891. OLE color: 601891.

HSL color Cylindrical-coordinate representation of color #232F09: hue angle of 78.95º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #232F09 is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.82.

Color convert

RGB 35 47 9 -
CMYK 0.26 0 0.81 0.82
HSL 78.95º 0.68% 0.11% -
HSV(B) 78.95º 0.81% 0.18% -
XYZ 1.76 2.41 0.63 -
YUV 39.08 111.02 125.09 -
System Red Green Blue C M Y K H S L
Decimal 35 47 9 0.26 0 0.81 0.82 78.95 0.68 0.11
Hex 23 2F 9 1A 0 51 52 4F 44 B
Octal 43 57 11 32 0 121 122 117 104 13
Binary 100011 101111 1001 11010 0 1010001 1010010 1001111 1000100 1011

Color Harmonies of #232F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232F09

Black with #232F09

Text Example


Text Example

White with #232F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232F09; }

 p { color: rgb(35,47,9); }

 H1.HeaderClassName
 {
   color: #232F09;
 }
 .AnyTagClassName
 {
   color: #232F09;
 }
</style>

background-color css

<style>
 a { background-color: #232F09; }

 a { background-color: rgb(35,47,9); }

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

border-color css

<style>
 span { border-color: #232F09; }

 span { border-color: rgb(35,47,9); }

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