Html Css Color HEX #252A19 Rangoon Green

📋 copy color: '#252A19'

red 37 ◦ green 42 ◦ blue 25

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

Shades of Rangoon Green #252A19

Tints of Rangoon Green #252A19

RGB

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

 GREEN value IS 42 (16.8% from 255) = 40.38%

 BLUE value IS 25 (10.16% from 255) = 24.04%

R = 35.58%
G = 40.38%
B = 24.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.84

RGB Variations

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

Color information

#252A19 (or 0x252A19) is known color: Rangoon Green. HEX triplet: 25, 2A and 19. RGB value is (37,42,25). Sum of RGB (Red+Green+Blue) = 37+42+25=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 42 (16.80% from 255 or 40.38% from 104); Blue value is 25 (10.16% from 255 or 24.04% from 104); Max value from RGB is 42 - color contains mainly: green. Hex color #252A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252A19 is #DAD5E6. Grayscale: #262626. Windows color (decimal): -14341607 or 1649189. OLE color: 1649189.

HSL color Cylindrical-coordinate representation of color #252A19: hue angle of 77.65º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #252A19 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.84.

Color convert

RGB 37 42 25 -
CMYK 0.12 0 0.40 0.84
HSL 77.65º 0.25% 0.13% -
HSV(B) 77.65º 0.4% 0.16% -
XYZ 1.77 2.12 1.24 -
YUV 38.57 120.34 126.88 -
System Red Green Blue C M Y K H S L
Decimal 37 42 25 0.12 0 0.40 0.84 77.65 0.25 0.13
Hex 25 2A 19 C 0 28 54 4E 19 D
Octal 45 52 31 14 0 50 124 116 31 15
Binary 100101 101010 11001 1100 0 101000 1010100 1001110 11001 1101

Color Harmonies of #252A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252A19

Black with #252A19

Text Example


Text Example

White with #252A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,42,25); }

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

background-color css

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

 a { background-color: rgb(37,42,25); }

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

border-color css

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

 span { border-color: rgb(37,42,25); }

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