Html Css Color HEX #272F02 Turtle Green

📋 copy color: '#272F02'

red 39 ◦ green 47 ◦ blue 2

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

Shades of Turtle Green #272F02

Tints of Turtle Green #272F02

RGB

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

 GREEN value IS 47 (18.75% from 255) = 53.41%

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

R = 44.32%
G = 53.41%
B = 2.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.96

 K value IS 0.82

RGB Variations

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

Color information

#272F02 (or 0x272F02) is known color: Turtle Green. HEX triplet: 27, 2F and 02. RGB value is (39,47,2). Sum of RGB (Red+Green+Blue) = 39+47+2=88 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.32% from 88); Green value is 47 (18.75% from 255 or 53.41% from 88); Blue value is 2 (1.17% from 255 or 2.27% from 88); Max value from RGB is 47 - color contains mainly: green. Hex color #272F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272F02 is #D8D0FD. Grayscale: #272727. Windows color (decimal): -14209278 or 143143. OLE color: 143143.

HSL color Cylindrical-coordinate representation of color #272F02: hue angle of 70.67º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #272F02 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.82.

Color convert

RGB 39 47 2 -
CMYK 0.17 0 0.96 0.82
HSL 70.67º 0.92% 0.1% -
HSV(B) 70.67º 0.96% 0.18% -
XYZ 1.86 2.47 0.44 -
YUV 39.48 106.85 127.66 -
System Red Green Blue C M Y K H S L
Decimal 39 47 2 0.17 0 0.96 0.82 70.67 0.92 0.1
Hex 27 2F 2 11 0 60 52 47 5C A
Octal 47 57 2 21 0 140 122 107 134 12
Binary 100111 101111 10 10001 0 1100000 1010010 1000111 1011100 1010

Color Harmonies of #272F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272F02

Black with #272F02

Text Example


Text Example

White with #272F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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