Html Css Color HEX #33423D Te Papa Green

📋 copy color: '#33423D'

red 51 ◦ green 66 ◦ blue 61

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

Shades of Te Papa Green #33423D

Tints of Te Papa Green #33423D

RGB

 RED value IS 51 (20.31% from 255) = 28.65%

 GREEN value IS 66 (26.17% from 255) = 37.08%

 BLUE value IS 61 (24.22% from 255) = 34.27%

R = 28.65%
G = 37.08%
B = 34.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.74

RGB Variations

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

Color information

#33423D (or 0x33423D) is known color: Te Papa Green. HEX triplet: 33, 42 and 3D. RGB value is (51,66,61). Sum of RGB (Red+Green+Blue) = 51+66+61=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 66 - color contains mainly: green. Hex color #33423D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33423D is #CCBDC2. Grayscale: #3C3C3C. Windows color (decimal): -13417923 or 4014643. OLE color: 4014643.

HSL color Cylindrical-coordinate representation of color #33423D: hue angle of 160º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #33423D is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.74.

Color convert

RGB 51 66 61 -
CMYK 0.23 0 0.08 0.74
HSL 160º 0.13% 0.23% -
HSV(B) 160º 0.23% 0.26% -
XYZ 4.16 4.94 5.15 -
YUV 60.95 128.03 120.91 -
System Red Green Blue C M Y K H S L
Decimal 51 66 61 0.23 0 0.08 0.74 160 0.13 0.23
Hex 33 42 3D 17 0 8 4A A0 D 17
Octal 63 102 75 27 0 10 112 240 15 27
Binary 110011 1000010 111101 10111 0 1000 1001010 10100000 1101 10111

Color Harmonies of #33423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33423D

Black with #33423D

Text Example


Text Example

White with #33423D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33423D; }

 p { color: rgb(51,66,61); }

 H1.HeaderClassName
 {
   color: #33423D;
 }
 .AnyTagClassName
 {
   color: #33423D;
 }
</style>

background-color css

<style>
 a { background-color: #33423D; }

 a { background-color: rgb(51,66,61); }

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

border-color css

<style>
 span { border-color: #33423D; }

 span { border-color: rgb(51,66,61); }

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