Html Css Color HEX #27480A Turtle Green

📋 copy color: '#27480A'

red 39 ◦ green 72 ◦ blue 10

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

Shades of Turtle Green #27480A

Tints of Turtle Green #27480A

RGB

 RED value IS 39 (15.63% from 255) = 32.23%

 GREEN value IS 72 (28.52% from 255) = 59.5%

 BLUE value IS 10 (4.3% from 255) = 8.26%

R = 32.23%
G = 59.5%
B = 8.26%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#27480A (or 0x27480A) is known color: Turtle Green. HEX triplet: 27, 48 and 0A. RGB value is (39,72,10). Sum of RGB (Red+Green+Blue) = 39+72+10=121 (16% of max value = 765). Red value is 39 (15.62% from 255 or 32.23% from 121); Green value is 72 (28.52% from 255 or 59.50% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 72 - color contains mainly: green. Hex color #27480A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27480A is #D8B7F5. Grayscale: #373737. Windows color (decimal): -14202870 or 673831. OLE color: 673831.

HSL color Cylindrical-coordinate representation of color #27480A: hue angle of 91.94º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #27480A is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 39 72 10 -
CMYK 0.46 0 0.86 0.72
HSL 91.94º 0.76% 0.16% -
HSV(B) 91.94º 0.86% 0.28% -
XYZ 3.21 5.09 1.1 -
YUV 55.07 102.57 116.54 -
System Red Green Blue C M Y K H S L
Decimal 39 72 10 0.46 0 0.86 0.72 91.94 0.76 0.16
Hex 27 48 A 2E 0 56 48 5C 4C 10
Octal 47 110 12 56 0 126 110 134 114 20
Binary 100111 1001000 1010 101110 0 1010110 1001000 1011100 1001100 10000

Color Harmonies of #27480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27480A

Black with #27480A

Text Example


Text Example

White with #27480A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27480A; }

 p { color: rgb(39,72,10); }

 H1.HeaderClassName
 {
   color: #27480A;
 }
 .AnyTagClassName
 {
   color: #27480A;
 }
</style>

background-color css

<style>
 a { background-color: #27480A; }

 a { background-color: rgb(39,72,10); }

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

border-color css

<style>
 span { border-color: #27480A; }

 span { border-color: rgb(39,72,10); }

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