Html Css Color HEX #274A02 Turtle Green

📋 copy color: '#274A02'

red 39 ◦ green 74 ◦ blue 2

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

Shades of Turtle Green #274A02

Tints of Turtle Green #274A02

RGB

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

 GREEN value IS 74 (29.3% from 255) = 64.35%

 BLUE value IS 2 (1.17% from 255) = 1.74%

R = 33.91%
G = 64.35%
B = 1.74%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#274A02 (or 0x274A02) is known color: Turtle Green. HEX triplet: 27, 4A and 02. RGB value is (39,74,2). Sum of RGB (Red+Green+Blue) = 39+74+2=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 74 (29.30% from 255 or 64.35% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 74 - color contains mainly: green. Hex color #274A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274A02 is #D8B5FD. Grayscale: #373737. Windows color (decimal): -14202366 or 150055. OLE color: 150055.

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

Color convert

RGB 39 74 2 -
CMYK 0.47 0 0.97 0.71
HSL 89.17º 0.95% 0.15% -
HSV(B) 89.17º 0.97% 0.29% -
XYZ 3.3 5.33 0.91 -
YUV 55.33 97.9 116.35 -
System Red Green Blue C M Y K H S L
Decimal 39 74 2 0.47 0 0.97 0.71 89.17 0.95 0.15
Hex 27 4A 2 2F 0 61 47 59 5F F
Octal 47 112 2 57 0 141 107 131 137 17
Binary 100111 1001010 10 101111 0 1100001 1000111 1011001 1011111 1111

Color Harmonies of #274A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274A02

Black with #274A02

Text Example


Text Example

White with #274A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,74,2); }

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

background-color css

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

 a { background-color: rgb(39,74,2); }

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

border-color css

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

 span { border-color: rgb(39,74,2); }

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