Html Css Color HEX #274F02 Turtle Green

📋 copy color: '#274F02'

red 39 ◦ green 79 ◦ blue 2

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

Shades of Turtle Green #274F02

Tints of Turtle Green #274F02

RGB

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

 GREEN value IS 79 (31.25% from 255) = 65.83%

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

R = 32.5%
G = 65.83%
B = 1.67%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.97

 K value IS 0.69

RGB Variations

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

Color information

#274F02 (or 0x274F02) is known color: Turtle Green. HEX triplet: 27, 4F and 02. RGB value is (39,79,2). Sum of RGB (Red+Green+Blue) = 39+79+2=120 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.5% from 120); Green value is 79 (31.25% from 255 or 65.83% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 79 - color contains mainly: green. Hex color #274F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #274F02 is #D8B0FD. Grayscale: #3A3A3A. Windows color (decimal): -14201086 or 151335. OLE color: 151335.

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

Color convert

RGB 39 79 2 -
CMYK 0.51 0 0.97 0.69
HSL 91.17º 0.95% 0.16% -
HSV(B) 91.17º 0.97% 0.31% -
XYZ 3.64 6.03 1.03 -
YUV 58.26 96.25 114.26 -
System Red Green Blue C M Y K H S L
Decimal 39 79 2 0.51 0 0.97 0.69 91.17 0.95 0.16
Hex 27 4F 2 33 0 61 45 5B 5F 10
Octal 47 117 2 63 0 141 105 133 137 20
Binary 100111 1001111 10 110011 0 1100001 1000101 1011011 1011111 10000

Color Harmonies of #274F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274F02

Black with #274F02

Text Example


Text Example

White with #274F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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