Html Css Color HEX #27350A Turtle Green

📋 copy color: '#27350A'

red 39 ◦ green 53 ◦ blue 10

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

Shades of Turtle Green #27350A

Tints of Turtle Green #27350A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 51.96%

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

R = 38.24%
G = 51.96%
B = 9.8%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.81

 K value IS 0.79

RGB Variations

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

Color information

#27350A (or 0x27350A) is known color: Turtle Green. HEX triplet: 27, 35 and 0A. RGB value is (39,53,10). Sum of RGB (Red+Green+Blue) = 39+53+10=102 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.24% from 102); Green value is 53 (21.09% from 255 or 51.96% from 102); Blue value is 10 (4.30% from 255 or 9.80% from 102); Max value from RGB is 53 - color contains mainly: green. Hex color #27350A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27350A is #D8CAF5. Grayscale: #2C2C2C. Windows color (decimal): -14207734 or 668967. OLE color: 668967.

HSL color Cylindrical-coordinate representation of color #27350A: hue angle of 79.53º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27350A is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB 39 53 10 -
CMYK 0.26 0 0.81 0.79
HSL 79.53º 0.68% 0.12% -
HSV(B) 79.53º 0.81% 0.21% -
XYZ 2.16 3 0.75 -
YUV 43.91 108.86 124.5 -
System Red Green Blue C M Y K H S L
Decimal 39 53 10 0.26 0 0.81 0.79 79.53 0.68 0.12
Hex 27 35 A 1A 0 51 4F 50 44 C
Octal 47 65 12 32 0 121 117 120 104 14
Binary 100111 110101 1010 11010 0 1010001 1001111 1010000 1000100 1100

Color Harmonies of #27350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27350A

Black with #27350A

Text Example


Text Example

White with #27350A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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