Html Css Color HEX #252C12 Rangoon Green

📋 copy color: '#252C12'

red 37 ◦ green 44 ◦ blue 18

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

Shades of Rangoon Green #252C12

Tints of Rangoon Green #252C12

RGB

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

 GREEN value IS 44 (17.58% from 255) = 44.44%

 BLUE value IS 18 (7.42% from 255) = 18.18%

R = 37.37%
G = 44.44%
B = 18.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.83

RGB Variations

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

Color information

#252C12 (or 0x252C12) is known color: Rangoon Green. HEX triplet: 25, 2C and 12. RGB value is (37,44,18). Sum of RGB (Red+Green+Blue) = 37+44+18=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 44 (17.58% from 255 or 44.44% from 99); Blue value is 18 (7.42% from 255 or 18.18% from 99); Max value from RGB is 44 - color contains mainly: green. Hex color #252C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252C12 is #DAD3ED. Grayscale: #272727. Windows color (decimal): -14341102 or 1190949. OLE color: 1190949.

HSL color Cylindrical-coordinate representation of color #252C12: hue angle of 76.15º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #252C12 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.83.

Color convert

RGB 37 44 18 -
CMYK 0.16 0 0.59 0.83
HSL 76.15º 0.42% 0.12% -
HSV(B) 76.15º 0.59% 0.17% -
XYZ 1.77 2.24 0.91 -
YUV 38.94 116.18 126.61 -
System Red Green Blue C M Y K H S L
Decimal 37 44 18 0.16 0 0.59 0.83 76.15 0.42 0.12
Hex 25 2C 12 10 0 3B 53 4C 2A C
Octal 45 54 22 20 0 73 123 114 52 14
Binary 100101 101100 10010 10000 0 111011 1010011 1001100 101010 1100

Color Harmonies of #252C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252C12

Black with #252C12

Text Example


Text Example

White with #252C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,44,18); }

 H1.HeaderClassName
 {
   color: #252C12;
 }
 .AnyTagClassName
 {
   color: #252C12;
 }
</style>

background-color css

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

 a { background-color: rgb(37,44,18); }

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

border-color css

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

 span { border-color: rgb(37,44,18); }

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