Html Css Color HEX #252C0E Rangoon Green

📋 copy color: '#252C0E'

red 37 ◦ green 44 ◦ blue 14

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

Shades of Rangoon Green #252C0E

Tints of Rangoon Green #252C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 14.74%

R = 38.95%
G = 46.32%
B = 14.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.83

RGB Variations

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

Color information

#252C0E (or 0x252C0E) is known color: Rangoon Green. HEX triplet: 25, 2C and 0E. RGB value is (37,44,14). Sum of RGB (Red+Green+Blue) = 37+44+14=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 44 (17.58% from 255 or 46.32% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 44 - color contains mainly: green. Hex color #252C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252C0E is #DAD3F1. Grayscale: #262626. Windows color (decimal): -14341106 or 928805. OLE color: 928805.

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

Color convert

RGB 37 44 14 -
CMYK 0.16 0 0.68 0.83
HSL 74º 0.52% 0.11% -
HSV(B) 74º 0.68% 0.17% -
XYZ 1.74 2.23 0.75 -
YUV 38.49 114.18 126.94 -
System Red Green Blue C M Y K H S L
Decimal 37 44 14 0.16 0 0.68 0.83 74 0.52 0.11
Hex 25 2C E 10 0 44 53 4A 34 B
Octal 45 54 16 20 0 104 123 112 64 13
Binary 100101 101100 1110 10000 0 1000100 1010011 1001010 110100 1011

Color Harmonies of #252C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252C0E

Black with #252C0E

Text Example


Text Example

White with #252C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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