Html Css Color HEX #252C15 Rangoon Green

📋 copy color: '#252C15'

red 37 ◦ green 44 ◦ blue 21

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

Shades of Rangoon Green #252C15

Tints of Rangoon Green #252C15

RGB

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

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

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

R = 36.27%
G = 43.14%
B = 20.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.52

 K value IS 0.83

RGB Variations

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

Color information

#252C15 (or 0x252C15) is known color: Rangoon Green. HEX triplet: 25, 2C and 15. RGB value is (37,44,21). Sum of RGB (Red+Green+Blue) = 37+44+21=102 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.27% from 102); Green value is 44 (17.58% from 255 or 43.14% from 102); Blue value is 21 (8.59% from 255 or 20.59% from 102); Max value from RGB is 44 - color contains mainly: green. Hex color #252C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252C15 is #DAD3EA. Grayscale: #272727. Windows color (decimal): -14341099 or 1387557. OLE color: 1387557.

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

Color convert

RGB 37 44 21 -
CMYK 0.16 0 0.52 0.83
HSL 78.26º 0.35% 0.13% -
HSV(B) 78.26º 0.52% 0.17% -
XYZ 1.8 2.25 1.05 -
YUV 39.29 117.68 126.37 -
System Red Green Blue C M Y K H S L
Decimal 37 44 21 0.16 0 0.52 0.83 78.26 0.35 0.13
Hex 25 2C 15 10 0 34 53 4E 23 D
Octal 45 54 25 20 0 64 123 116 43 15
Binary 100101 101100 10101 10000 0 110100 1010011 1001110 100011 1101

Color Harmonies of #252C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252C15

Black with #252C15

Text Example


Text Example

White with #252C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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