Html Css Color HEX #232F15 Pine Tree

📋 copy color: '#232F15'

red 35 ◦ green 47 ◦ blue 21

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

Shades of Pine Tree #232F15

Tints of Pine Tree #232F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 20.39%

R = 33.98%
G = 45.63%
B = 20.39%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.55

 K value IS 0.82

RGB Variations

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

Color information

#232F15 (or 0x232F15) is known color: Pine Tree. HEX triplet: 23, 2F and 15. RGB value is (35,47,21). Sum of RGB (Red+Green+Blue) = 35+47+21=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 47 (18.75% from 255 or 45.63% from 103); Blue value is 21 (8.59% from 255 or 20.39% from 103); Max value from RGB is 47 - color contains mainly: green. Hex color #232F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232F15 is #DCD0EA. Grayscale: #282828. Windows color (decimal): -14471403 or 1388323. OLE color: 1388323.

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

Color convert

RGB 35 47 21 -
CMYK 0.26 0 0.55 0.82
HSL 87.69º 0.38% 0.13% -
HSV(B) 87.69º 0.55% 0.18% -
XYZ 1.85 2.44 1.08 -
YUV 40.45 117.02 124.11 -
System Red Green Blue C M Y K H S L
Decimal 35 47 21 0.26 0 0.55 0.82 87.69 0.38 0.13
Hex 23 2F 15 1A 0 37 52 58 26 D
Octal 43 57 25 32 0 67 122 130 46 15
Binary 100011 101111 10101 11010 0 110111 1010010 1011000 100110 1101

Color Harmonies of #232F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232F15

Black with #232F15

Text Example


Text Example

White with #232F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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