Html Css Color HEX #274905 Turtle Green

📋 copy color: '#274905'

red 39 ◦ green 73 ◦ blue 5

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

Shades of Turtle Green #274905

Tints of Turtle Green #274905

RGB

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

 GREEN value IS 73 (28.91% from 255) = 62.39%

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

R = 33.33%
G = 62.39%
B = 4.27%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#274905 (or 0x274905) is known color: Turtle Green. HEX triplet: 27, 49 and 05. RGB value is (39,73,5). Sum of RGB (Red+Green+Blue) = 39+73+5=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 73 (28.91% from 255 or 62.39% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 73 - color contains mainly: green. Hex color #274905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274905 is #D8B6FA. Grayscale: #373737. Windows color (decimal): -14202619 or 346407. OLE color: 346407.

HSL color Cylindrical-coordinate representation of color #274905: hue angle of 90º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #274905 is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.

Color convert

RGB 39 73 5 -
CMYK 0.47 0 0.93 0.71
HSL 90º 0.87% 0.15% -
HSV(B) 90º 0.93% 0.29% -
XYZ 3.25 5.21 0.98 -
YUV 55.08 99.74 116.53 -
System Red Green Blue C M Y K H S L
Decimal 39 73 5 0.47 0 0.93 0.71 90 0.87 0.15
Hex 27 49 5 2F 0 5D 47 5A 57 F
Octal 47 111 5 57 0 135 107 132 127 17
Binary 100111 1001001 101 101111 0 1011101 1000111 1011010 1010111 1111

Color Harmonies of #274905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274905

Black with #274905

Text Example


Text Example

White with #274905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274905; }

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

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

background-color css

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

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

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

border-color css

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

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

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