Html Css Color HEX #275004 Turtle Green

📋 copy color: '#275004'

red 39 ◦ green 80 ◦ blue 4

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

Shades of Turtle Green #275004

Tints of Turtle Green #275004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.25%

R = 31.71%
G = 65.04%
B = 3.25%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.95

 K value IS 0.69

RGB Variations

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

Color information

#275004 (or 0x275004) is known color: Turtle Green. HEX triplet: 27, 50 and 04. RGB value is (39,80,4). Sum of RGB (Red+Green+Blue) = 39+80+4=123 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.71% from 123); Green value is 80 (31.64% from 255 or 65.04% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 80 - color contains mainly: green. Hex color #275004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275004 is #D8AFFB. Grayscale: #3B3B3B. Windows color (decimal): -14200828 or 282663. OLE color: 282663.

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

Color convert

RGB 39 80 4 -
CMYK 0.51 0 0.95 0.69
HSL 92.37º 0.9% 0.16% -
HSV(B) 92.37º 0.95% 0.31% -
XYZ 3.73 6.18 1.11 -
YUV 59.08 96.92 113.68 -
System Red Green Blue C M Y K H S L
Decimal 39 80 4 0.51 0 0.95 0.69 92.37 0.9 0.16
Hex 27 50 4 33 0 5F 45 5C 5A 10
Octal 47 120 4 63 0 137 105 134 132 20
Binary 100111 1010000 100 110011 0 1011111 1000101 1011100 1011010 10000

Color Harmonies of #275004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275004

Black with #275004

Text Example


Text Example

White with #275004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275004; }

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

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

background-color css

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

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

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

border-color css

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

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

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