Html Css Color HEX #20260F Rangoon Green

📋 copy color: '#20260F'

red 32 ◦ green 38 ◦ blue 15

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

Shades of Rangoon Green #20260F

Tints of Rangoon Green #20260F

RGB

 RED value IS 32 (12.89% from 255) = 37.65%

 GREEN value IS 38 (15.23% from 255) = 44.71%

 BLUE value IS 15 (6.25% from 255) = 17.65%

R = 37.65%
G = 44.71%
B = 17.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.61

 K value IS 0.85

RGB Variations

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

Color information

#20260F (or 0x20260F) is known color: Rangoon Green. HEX triplet: 20, 26 and 0F. RGB value is (32,38,15). Sum of RGB (Red+Green+Blue) = 32+38+15=85 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.65% from 85); Green value is 38 (15.23% from 255 or 44.71% from 85); Blue value is 15 (6.25% from 255 or 17.65% from 85); Max value from RGB is 38 - color contains mainly: green. Hex color #20260F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20260F is #DFD9F0. Grayscale: #212121. Windows color (decimal): -14670321 or 992800. OLE color: 992800.

HSL color Cylindrical-coordinate representation of color #20260F: hue angle of 75.65º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #20260F is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.85.

Color convert

RGB 32 38 15 -
CMYK 0.16 0 0.61 0.85
HSL 75.65º 0.43% 0.1% -
HSV(B) 75.65º 0.61% 0.15% -
XYZ 1.38 1.73 0.71 -
YUV 33.58 117.51 126.87 -
System Red Green Blue C M Y K H S L
Decimal 32 38 15 0.16 0 0.61 0.85 75.65 0.43 0.1
Hex 20 26 F 10 0 3D 55 4C 2B A
Octal 40 46 17 20 0 75 125 114 53 12
Binary 100000 100110 1111 10000 0 111101 1010101 1001100 101011 1010

Color Harmonies of #20260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20260F

Black with #20260F

Text Example


Text Example

White with #20260F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20260F; }

 p { color: rgb(32,38,15); }

 H1.HeaderClassName
 {
   color: #20260F;
 }
 .AnyTagClassName
 {
   color: #20260F;
 }
</style>

background-color css

<style>
 a { background-color: #20260F; }

 a { background-color: rgb(32,38,15); }

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

border-color css

<style>
 span { border-color: #20260F; }

 span { border-color: rgb(32,38,15); }

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