Html Css Color HEX #30433D Te Papa Green

📋 copy color: '#30433D'

red 48 ◦ green 67 ◦ blue 61

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

Shades of Te Papa Green #30433D

Tints of Te Papa Green #30433D

RGB

 RED value IS 48 (19.14% from 255) = 27.27%

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

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

R = 27.27%
G = 38.07%
B = 34.66%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#30433D (or 0x30433D) is known color: Te Papa Green. HEX triplet: 30, 43 and 3D. RGB value is (48,67,61). Sum of RGB (Red+Green+Blue) = 48+67+61=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 67 - color contains mainly: green. Hex color #30433D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30433D is #CFBCC2. Grayscale: #3C3C3C. Windows color (decimal): -13614275 or 4014896. OLE color: 4014896.

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

Color convert

RGB 48 67 61 -
CMYK 0.28 0 0.09 0.74
HSL 161.05º 0.17% 0.23% -
HSV(B) 161.05º 0.28% 0.26% -
XYZ 4.07 4.98 5.16 -
YUV 60.64 128.21 118.99 -
System Red Green Blue C M Y K H S L
Decimal 48 67 61 0.28 0 0.09 0.74 161.05 0.17 0.23
Hex 30 43 3D 1C 0 9 4A A1 11 17
Octal 60 103 75 34 0 11 112 241 21 27
Binary 110000 1000011 111101 11100 0 1001 1001010 10100001 10001 10111

Color Harmonies of #30433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30433D

Black with #30433D

Text Example


Text Example

White with #30433D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,67,61); }

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

background-color css

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

 a { background-color: rgb(48,67,61); }

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

border-color css

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

 span { border-color: rgb(48,67,61); }

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