Html Css Color HEX #306123 Green House

📋 copy color: '#306123'

red 48 ◦ green 97 ◦ blue 35

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

Shades of Green House #306123

Tints of Green House #306123

RGB

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

 GREEN value IS 97 (38.28% from 255) = 53.89%

 BLUE value IS 35 (14.06% from 255) = 19.44%

R = 26.67%
G = 53.89%
B = 19.44%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#306123 (or 0x306123) is known color: Green House. HEX triplet: 30, 61 and 23. RGB value is (48,97,35). Sum of RGB (Red+Green+Blue) = 48+97+35=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 97 (38.28% from 255 or 53.89% from 180); Blue value is 35 (14.06% from 255 or 19.44% from 180); Max value from RGB is 97 - color contains mainly: green. Hex color #306123 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306123 is #CF9EDC. Grayscale: #4B4B4B. Windows color (decimal): -13606621 or 2318640. OLE color: 2318640.

HSL color Cylindrical-coordinate representation of color #306123: hue angle of 107.42º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #306123 is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 97 35 -
CMYK 0.51 0 0.64 0.62
HSL 107.42º 0.47% 0.26% -
HSV(B) 107.42º 0.64% 0.38% -
XYZ 5.8 9.3 3.08 -
YUV 75.28 105.27 108.54 -
System Red Green Blue C M Y K H S L
Decimal 48 97 35 0.51 0 0.64 0.62 107.42 0.47 0.26
Hex 30 61 23 33 0 40 3E 6B 2F 1A
Octal 60 141 43 63 0 100 76 153 57 32
Binary 110000 1100001 100011 110011 0 1000000 111110 1101011 101111 11010

Color Harmonies of #306123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306123

Black with #306123

Text Example


Text Example

White with #306123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306123; }

 p { color: rgb(48,97,35); }

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

background-color css

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

 a { background-color: rgb(48,97,35); }

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

border-color css

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

 span { border-color: rgb(48,97,35); }

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