#252F07

Color #252F07 Rangoon Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rangoon Green #252F07

Tints of Rangoon Green #252F07

Color information

#252F07 (or 0x252F07) is unknown color: approx Rangoon Green. HEX triplet: 25, 2F and 07. RGB value is (37,47,7). Sum of RGB (Red+Green+Blue) = 37+47+7=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 47 (18.75% from 255 or 51.65% from 91); Blue value is 7 (3.12% from 255 or 7.69% from 91); Max value from RGB is 47 - color contains mainly: green. Hex color #252F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252F07 is #DAD0F8. Grayscale: #272727. Windows color (decimal): -14340345 or 470821. OLE color: 470821.

HSL color Cylindrical-coordinate representation of color #252F07: hue angle of 75º 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 #252F07 is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.82.

Color convert

RGB37477-
CMYK0.2100.850.82
HSL75º74.07%10.59%-
HSV(B)75º85.11%18.43%-
XYZ1.822.440.58-
YUV39.45109.69126.25-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.66%
GREEN value IS 47 (18.75% from 255) = 51.65%
BLUE value IS 7 (3.12% from 255) = 7.69%
R=40.66%
G=51.65%
B=7.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal374770.2100.850.827574.0710.59
Hex252F715055524b4ab
Octal4557725012512211311213
Binary10010110111111110101010101011010010100101110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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