#232F07

Color #232F07 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #232F07

Tints of Pine Tree #232F07

Color information

#232F07 (or 0x232F07) is unknown color: approx Pine Tree. HEX triplet: 23, 2F and 07. RGB value is (35,47,7). Sum of RGB (Red+Green+Blue) = 35+47+7=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 47 (18.75% from 255 or 52.81% from 89); Blue value is 7 (3.12% from 255 or 7.87% from 89); Max value from RGB is 47 - color contains mainly: green. Hex color #232F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232F07 is #DCD0F8. Grayscale: #272727. Windows color (decimal): -14471417 or 470819. OLE color: 470819.

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

Color convert

RGB35477-
CMYK0.2600.850.82
HSL78º74.07%10.59%-
HSV(B)78º85.11%18.43%-
XYZ1.752.410.57-
YUV38.85110.02125.25-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 39.33%
GREEN value IS 47 (18.75% from 255) = 52.81%
BLUE value IS 7 (3.12% from 255) = 7.87%
R=39.33%
G=52.81%
B=7.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal354770.2600.850.827874.0710.59
Hex232F71A055524e4ab
Octal4357732012512211611213
Binary10001110111111111010010101011010010100111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #232F07;
 }
 .AnyTagClassName
 {
   color: #232F07;
 }
</style>
background-color css

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

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

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

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

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

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