Html Css Color HEX #262C14 Rangoon Green

📋 copy color: '#262C14'

red 38 ◦ green 44 ◦ blue 20

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

Shades of Rangoon Green #262C14

Tints of Rangoon Green #262C14

RGB

 RED value IS 38 (15.23% from 255) = 37.25%

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

 BLUE value IS 20 (8.2% from 255) = 19.61%

R = 37.25%
G = 43.14%
B = 19.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.83

RGB Variations

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

Color information

#262C14 (or 0x262C14) is known color: Rangoon Green. HEX triplet: 26, 2C and 14. RGB value is (38,44,20). Sum of RGB (Red+Green+Blue) = 38+44+20=102 (13% of max value = 765). Red value is 38 (15.23% from 255 or 37.25% from 102); Green value is 44 (17.58% from 255 or 43.14% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 44 - color contains mainly: green. Hex color #262C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262C14 is #D9D3EB. Grayscale: #272727. Windows color (decimal): -14275564 or 1322022. OLE color: 1322022.

HSL color Cylindrical-coordinate representation of color #262C14: hue angle of 75º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #262C14 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.83.

Color convert

RGB 38 44 20 -
CMYK 0.14 0 0.55 0.83
HSL 75º 0.38% 0.13% -
HSV(B) 75º 0.55% 0.17% -
XYZ 1.83 2.26 1 -
YUV 39.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 38 44 20 0.14 0 0.55 0.83 75 0.38 0.13
Hex 26 2C 14 E 0 37 53 4B 26 D
Octal 46 54 24 16 0 67 123 113 46 15
Binary 100110 101100 10100 1110 0 110111 1010011 1001011 100110 1101

Color Harmonies of #262C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262C14

Black with #262C14

Text Example


Text Example

White with #262C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262C14; }

 p { color: rgb(38,44,20); }

 H1.HeaderClassName
 {
   color: #262C14;
 }
 .AnyTagClassName
 {
   color: #262C14;
 }
</style>

background-color css

<style>
 a { background-color: #262C14; }

 a { background-color: rgb(38,44,20); }

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

border-color css

<style>
 span { border-color: #262C14; }

 span { border-color: rgb(38,44,20); }

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