Html Css Color HEX #252D10 Rangoon Green

📋 copy color: '#252D10'

red 37 ◦ green 45 ◦ blue 16

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

Shades of Rangoon Green #252D10

Tints of Rangoon Green #252D10

RGB

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

 GREEN value IS 45 (17.97% from 255) = 45.92%

 BLUE value IS 16 (6.64% from 255) = 16.33%

R = 37.76%
G = 45.92%
B = 16.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.82

RGB Variations

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

Color information

#252D10 (or 0x252D10) is known color: Rangoon Green. HEX triplet: 25, 2D and 10. RGB value is (37,45,16). Sum of RGB (Red+Green+Blue) = 37+45+16=98 (12% of max value = 765). Red value is 37 (14.84% from 255 or 37.76% from 98); Green value is 45 (17.97% from 255 or 45.92% from 98); Blue value is 16 (6.64% from 255 or 16.33% from 98); Max value from RGB is 45 - color contains mainly: green. Hex color #252D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252D10 is #DAD2EF. Grayscale: #272727. Windows color (decimal): -14340848 or 1060133. OLE color: 1060133.

HSL color Cylindrical-coordinate representation of color #252D10: hue angle of 76.55º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #252D10 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.82.

Color convert

RGB 37 45 16 -
CMYK 0.18 0 0.64 0.82
HSL 76.55º 0.48% 0.12% -
HSV(B) 76.55º 0.64% 0.18% -
XYZ 1.79 2.31 0.84 -
YUV 39.3 114.85 126.36 -
System Red Green Blue C M Y K H S L
Decimal 37 45 16 0.18 0 0.64 0.82 76.55 0.48 0.12
Hex 25 2D 10 12 0 40 52 4D 30 C
Octal 45 55 20 22 0 100 122 115 60 14
Binary 100101 101101 10000 10010 0 1000000 1010010 1001101 110000 1100

Color Harmonies of #252D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252D10

Black with #252D10

Text Example


Text Example

White with #252D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,45,16); }

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

background-color css

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

 a { background-color: rgb(37,45,16); }

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

border-color css

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

 span { border-color: rgb(37,45,16); }

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