Html Css Color HEX #275005 Turtle Green

📋 copy color: '#275005'

red 39 ◦ green 80 ◦ blue 5

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

Shades of Turtle Green #275005

Tints of Turtle Green #275005

RGB

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

 GREEN value IS 80 (31.64% from 255) = 64.52%

 BLUE value IS 5 (2.34% from 255) = 4.03%

R = 31.45%
G = 64.52%
B = 4.03%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#275005 (or 0x275005) is known color: Turtle Green. HEX triplet: 27, 50 and 05. RGB value is (39,80,5). Sum of RGB (Red+Green+Blue) = 39+80+5=124 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.45% from 124); Green value is 80 (31.64% from 255 or 64.52% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 80 - color contains mainly: green. Hex color #275005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275005 is #D8AFFA. Grayscale: #3B3B3B. Windows color (decimal): -14200827 or 348199. OLE color: 348199.

HSL color Cylindrical-coordinate representation of color #275005: hue angle of 92.8º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #275005 is Cyan = 0.51, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB 39 80 5 -
CMYK 0.51 0 0.94 0.69
HSL 92.8º 0.88% 0.17% -
HSV(B) 92.8º 0.94% 0.31% -
XYZ 3.73 6.18 1.14 -
YUV 59.19 97.42 113.6 -
System Red Green Blue C M Y K H S L
Decimal 39 80 5 0.51 0 0.94 0.69 92.8 0.88 0.17
Hex 27 50 5 33 0 5E 45 5D 58 11
Octal 47 120 5 63 0 136 105 135 130 21
Binary 100111 1010000 101 110011 0 1011110 1000101 1011101 1011000 10001

Color Harmonies of #275005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275005

Black with #275005

Text Example


Text Example

White with #275005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275005; }

 p { color: rgb(39,80,5); }

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

background-color css

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

 a { background-color: rgb(39,80,5); }

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

border-color css

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

 span { border-color: rgb(39,80,5); }

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