Html Css Color HEX #2F430F Turtle Green

📋 copy color: '#2F430F'

red 47 ◦ green 67 ◦ blue 15

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

Shades of Turtle Green #2F430F

Tints of Turtle Green #2F430F

RGB

 RED value IS 47 (18.75% from 255) = 36.43%

 GREEN value IS 67 (26.56% from 255) = 51.94%

 BLUE value IS 15 (6.25% from 255) = 11.63%

R = 36.43%
G = 51.94%
B = 11.63%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.78

 K value IS 0.74

RGB Variations

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

Color information

#2F430F (or 0x2F430F) is known color: Turtle Green. HEX triplet: 2F, 43 and 0F. RGB value is (47,67,15). Sum of RGB (Red+Green+Blue) = 47+67+15=129 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.43% from 129); Green value is 67 (26.56% from 255 or 51.94% from 129); Blue value is 15 (6.25% from 255 or 11.63% from 129); Max value from RGB is 67 - color contains mainly: green. Hex color #2F430F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F430F is #D0BCF0. Grayscale: #373737. Windows color (decimal): -13679857 or 1000239. OLE color: 1000239.

HSL color Cylindrical-coordinate representation of color #2F430F: hue angle of 83.08º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F430F is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.74.

Color convert

RGB 47 67 15 -
CMYK 0.30 0 0.78 0.74
HSL 83.08º 0.63% 0.16% -
HSV(B) 83.08º 0.78% 0.26% -
XYZ 3.27 4.65 1.18 -
YUV 55.09 105.37 122.23 -
System Red Green Blue C M Y K H S L
Decimal 47 67 15 0.30 0 0.78 0.74 83.08 0.63 0.16
Hex 2F 43 F 1E 0 4E 4A 53 3F 10
Octal 57 103 17 36 0 116 112 123 77 20
Binary 101111 1000011 1111 11110 0 1001110 1001010 1010011 111111 10000

Color Harmonies of #2F430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F430F

Black with #2F430F

Text Example


Text Example

White with #2F430F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F430F; }

 p { color: rgb(47,67,15); }

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

background-color css

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

 a { background-color: rgb(47,67,15); }

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

border-color css

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

 span { border-color: rgb(47,67,15); }

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