Html Css Color HEX #30423C Te Papa Green

📋 copy color: '#30423C'

red 48 ◦ green 66 ◦ blue 60

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

Shades of Te Papa Green #30423C

Tints of Te Papa Green #30423C

RGB

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

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

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

R = 27.59%
G = 37.93%
B = 34.48%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#30423C (or 0x30423C) is known color: Te Papa Green. HEX triplet: 30, 42 and 3C. RGB value is (48,66,60). Sum of RGB (Red+Green+Blue) = 48+66+60=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 66 - color contains mainly: green. Hex color #30423C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30423C is #CFBDC3. Grayscale: #3B3B3B. Windows color (decimal): -13614532 or 3949104. OLE color: 3949104.

HSL color Cylindrical-coordinate representation of color #30423C: hue angle of 160º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #30423C is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 66 60 -
CMYK 0.27 0 0.09 0.74
HSL 160º 0.16% 0.22% -
HSV(B) 160º 0.27% 0.26% -
XYZ 3.98 4.85 5 -
YUV 59.93 128.04 119.49 -
System Red Green Blue C M Y K H S L
Decimal 48 66 60 0.27 0 0.09 0.74 160 0.16 0.22
Hex 30 42 3C 1B 0 9 4A A0 10 16
Octal 60 102 74 33 0 11 112 240 20 26
Binary 110000 1000010 111100 11011 0 1001 1001010 10100000 10000 10110

Color Harmonies of #30423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30423C

Black with #30423C

Text Example


Text Example

White with #30423C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30423C; }

 p { color: rgb(48,66,60); }

 H1.HeaderClassName
 {
   color: #30423C;
 }
 .AnyTagClassName
 {
   color: #30423C;
 }
</style>

background-color css

<style>
 a { background-color: #30423C; }

 a { background-color: rgb(48,66,60); }

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

border-color css

<style>
 span { border-color: #30423C; }

 span { border-color: rgb(48,66,60); }

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