Html Css Color HEX #2F433C Te Papa Green

📋 copy color: '#2F433C'

red 47 ◦ green 67 ◦ blue 60

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

Shades of Te Papa Green #2F433C

Tints of Te Papa Green #2F433C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 34.48%

R = 27.01%
G = 38.51%
B = 34.48%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.74

RGB Variations

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

Color information

#2F433C (or 0x2F433C) is known color: Te Papa Green. HEX triplet: 2F, 43 and 3C. RGB value is (47,67,60). Sum of RGB (Red+Green+Blue) = 47+67+60=174 (23% of max value = 765). Red value is 47 (18.75% from 255 or 27.01% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 67 - color contains mainly: green. Hex color #2F433C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F433C is #D0BCC3. Grayscale: #3C3C3C. Windows color (decimal): -13679812 or 3949359. OLE color: 3949359.

HSL color Cylindrical-coordinate representation of color #2F433C: hue angle of 159º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2F433C is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.74.

Color convert

RGB 47 67 60 -
CMYK 0.30 0 0.10 0.74
HSL 159º 0.18% 0.22% -
HSV(B) 159º 0.3% 0.26% -
XYZ 4 4.94 5.02 -
YUV 60.22 127.87 118.57 -
System Red Green Blue C M Y K H S L
Decimal 47 67 60 0.30 0 0.10 0.74 159 0.18 0.22
Hex 2F 43 3C 1E 0 A 4A 9F 12 16
Octal 57 103 74 36 0 12 112 237 22 26
Binary 101111 1000011 111100 11110 0 1010 1001010 10011111 10010 10110

Color Harmonies of #2F433C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F433C

Black with #2F433C

Text Example


Text Example

White with #2F433C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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