Html Css Color HEX #27310A Turtle Green

📋 copy color: '#27310A'

red 39 ◦ green 49 ◦ blue 10

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

Shades of Turtle Green #27310A

Tints of Turtle Green #27310A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 50%

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

R = 39.8%
G = 50%
B = 10.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.80

 K value IS 0.81

RGB Variations

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

Color information

#27310A (or 0x27310A) is known color: Turtle Green. HEX triplet: 27, 31 and 0A. RGB value is (39,49,10). Sum of RGB (Red+Green+Blue) = 39+49+10=98 (12% of max value = 765). Red value is 39 (15.62% from 255 or 39.80% from 98); Green value is 49 (19.53% from 255 or 50% from 98); Blue value is 10 (4.30% from 255 or 10.20% from 98); Max value from RGB is 49 - color contains mainly: green. Hex color #27310A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27310A is #D8CEF5. Grayscale: #292929. Windows color (decimal): -14208758 or 667943. OLE color: 667943.

HSL color Cylindrical-coordinate representation of color #27310A: hue angle of 75.38º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27310A is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.81.

Color convert

RGB 39 49 10 -
CMYK 0.20 0 0.80 0.81
HSL 75.38º 0.66% 0.12% -
HSV(B) 75.38º 0.8% 0.19% -
XYZ 1.99 2.65 0.69 -
YUV 41.56 110.19 126.17 -
System Red Green Blue C M Y K H S L
Decimal 39 49 10 0.20 0 0.80 0.81 75.38 0.66 0.12
Hex 27 31 A 14 0 50 51 4B 42 C
Octal 47 61 12 24 0 120 121 113 102 14
Binary 100111 110001 1010 10100 0 1010000 1010001 1001011 1000010 1100

Color Harmonies of #27310A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27310A

Black with #27310A

Text Example


Text Example

White with #27310A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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