Html Css Color HEX #274D04 Turtle Green

📋 copy color: '#274D04'

red 39 ◦ green 77 ◦ blue 4

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

Shades of Turtle Green #274D04

Tints of Turtle Green #274D04

RGB

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

 GREEN value IS 77 (30.47% from 255) = 64.17%

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

R = 32.5%
G = 64.17%
B = 3.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.95

 K value IS 0.70

RGB Variations

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

Color information

#274D04 (or 0x274D04) is known color: Turtle Green. HEX triplet: 27, 4D and 04. RGB value is (39,77,4). Sum of RGB (Red+Green+Blue) = 39+77+4=120 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.5% from 120); Green value is 77 (30.47% from 255 or 64.17% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 77 - color contains mainly: green. Hex color #274D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #274D04 is #D8B2FB. Grayscale: #393939. Windows color (decimal): -14201596 or 281895. OLE color: 281895.

HSL color Cylindrical-coordinate representation of color #274D04: hue angle of 91.23º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #274D04 is Cyan = 0.49, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.70.

Color convert

RGB 39 77 4 -
CMYK 0.49 0 0.95 0.70
HSL 91.23º 0.9% 0.16% -
HSV(B) 91.23º 0.95% 0.3% -
XYZ 3.51 5.75 1.04 -
YUV 57.32 97.91 114.94 -
System Red Green Blue C M Y K H S L
Decimal 39 77 4 0.49 0 0.95 0.70 91.23 0.9 0.16
Hex 27 4D 4 31 0 5F 46 5B 5A 10
Octal 47 115 4 61 0 137 106 133 132 20
Binary 100111 1001101 100 110001 0 1011111 1000110 1011011 1011010 10000

Color Harmonies of #274D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274D04

Black with #274D04

Text Example


Text Example

White with #274D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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