Html Css Color HEX #253D07 Pine Tree

📋 copy color: '#253D07'

red 37 ◦ green 61 ◦ blue 7

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

Shades of Pine Tree #253D07

Tints of Pine Tree #253D07

RGB

 RED value IS 37 (14.84% from 255) = 35.24%

 GREEN value IS 61 (24.22% from 255) = 58.1%

 BLUE value IS 7 (3.13% from 255) = 6.67%

R = 35.24%
G = 58.1%
B = 6.67%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.89

 K value IS 0.76

RGB Variations

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

Color information

#253D07 (or 0x253D07) is known color: Pine Tree. HEX triplet: 25, 3D and 07. RGB value is (37,61,7). Sum of RGB (Red+Green+Blue) = 37+61+7=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 61 (24.22% from 255 or 58.10% from 105); Blue value is 7 (3.12% from 255 or 6.67% from 105); Max value from RGB is 61 - color contains mainly: green. Hex color #253D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253D07 is #DAC2F8. Grayscale: #2F2F2F. Windows color (decimal): -14336761 or 474405. OLE color: 474405.

HSL color Cylindrical-coordinate representation of color #253D07: hue angle of 86.67º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #253D07 is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.76.

Color convert

RGB 37 61 7 -
CMYK 0.39 0 0.89 0.76
HSL 86.67º 0.79% 0.13% -
HSV(B) 86.67º 0.89% 0.24% -
XYZ 2.47 3.75 0.79 -
YUV 47.67 105.05 120.39 -
System Red Green Blue C M Y K H S L
Decimal 37 61 7 0.39 0 0.89 0.76 86.67 0.79 0.13
Hex 25 3D 7 27 0 59 4C 57 4F D
Octal 45 75 7 47 0 131 114 127 117 15
Binary 100101 111101 111 100111 0 1011001 1001100 1010111 1001111 1101

Color Harmonies of #253D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253D07

Black with #253D07

Text Example


Text Example

White with #253D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253D07; }

 p { color: rgb(37,61,7); }

 H1.HeaderClassName
 {
   color: #253D07;
 }
 .AnyTagClassName
 {
   color: #253D07;
 }
</style>

background-color css

<style>
 a { background-color: #253D07; }

 a { background-color: rgb(37,61,7); }

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

border-color css

<style>
 span { border-color: #253D07; }

 span { border-color: rgb(37,61,7); }

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